Clamps Dictionary
amp->db
Function
(amp->db amp)
Return dB value of linear amplitude amp. An amplitude of 0 returns a dB value of -100.
Arguments
amp |
Positive Integer denoting linear amplitude. |
Example
(amp->db 1) ; => 0.0 (amp->db 0) ;= -100
Created: 2025-02-18 Di 12:58